<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Indicators */
ul#billy_indicators,
ul#fade_indicators {
    position: absolute;
    bottom: 20px; right:0;
	width: auto;
	float:left;
	margin: 0 auto;
	display: block;
	z-index: 101;
}

	ul#billy_indicators li,
	ul#fade_indicators li {
		display: block;
		width: 16px;
		height: 16px;
		float: left;
		margin: 0 5px 0 0;
	}
		
		ul#billy_indicators li a,
		ul#fade_indicators li a {
			display: block;
			width: 16px;
			height: 16px;
			overflow: hidden;
			font-size: 1;
			/*background: #fff;*/
			background:url(a-slot-navigator-blue.png) 0 0 no-repeat;
			/*opacity: 0.6;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;*/
		}	

		ul#billy_indicators li.active a,
		ul#fade_indicators li.active a { background-position:0 -32px;
	cursor: pointer; }
		ul#billy_indicators li a:hover,
		ul#fade_indicators li a:hover { background-position:0 -16px;
	cursor: pointer; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { background-position:0 -32px;
	cursor: pointer; }
		
		/*ul#billy_indicators li.active a,
		ul#fade_indicators li.active a { opacity: 1.0; }
		ul#billy_indicators li a:hover,
		ul#fade_indicators li a:hover { opacity: 0.8; }
			ul#billy_indicators li.active a:hover,
			ul#fade_indicators li.active a:hover { opacity: 1.0; }*/
		
/* Carousel */
#billy_clip { 
	width: 100%; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 404px;
	z-index:100;
}

ul#billy_scroller,
ul#billy_fader {
	width: 100%;
	height: 404px;
	display: block;
	float: left;
	position: relative;
}
	
	ul#billy_scroller li,
	ul#billy_fader li {
		width: 100%;
		height: 404px;
		float: left;
		display: block;
	}
	
	ul#billy_fader li a{
		width: 100%;
		height: 404px;
		float: left; background:url(blank.gif);
		display: block;
}
	
.no_repeat{
background-repeat:no-repeat; background-position:center;
}</pre></body></html>